projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5e66af
)
* lisp/isearch.el (lazy-highlight-max-at-a-time): Doc fix (bug#21092).
author
Juri Linkov
<juri@linkov.net>
Wed, 22 Feb 2017 00:16:06 +0000
(
02:16
+0200)
committer
Juri Linkov
<juri@linkov.net>
Wed, 22 Feb 2017 00:16:06 +0000
(
02:16
+0200)
lisp/isearch.el
patch
|
blob
|
history
diff --git
a/lisp/isearch.el
b/lisp/isearch.el
index 699d6eaf73025b60f5240120e07f3b19ae6ba786..c34739d6386c37316ab3a93f0a453de3064cbbb1 100644
(file)
--- a/
lisp/isearch.el
+++ b/
lisp/isearch.el
@@
-341,7
+341,7
@@
If this is nil, extra highlighting can be \"manually\" removed with
"Maximum matches to highlight at a time (for `lazy-highlight').
Larger values may reduce Isearch's responsiveness to user input;
smaller values make matches highlight slowly.
-A value of nil means highlight all matches."
+A value of nil means highlight all matches
shown on the screen
."
:type '(choice (const :tag "All" nil)
(integer :tag "Some"))
:group 'lazy-highlight)